home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / PROGRAM / CBASE102.ARJ / CBRCURSO.C < prev    next >
Text File  |  1991-09-23  |  900b  |  29 lines

  1. /*    Copyright (c) 1989 Citadel    */
  2. /*       All Rights Reserved        */
  3.  
  4. /* #ident    "@(#)cbrcurso.c    1.5 - 91/09/23" */
  5.  
  6. /*man---------------------------------------------------------------------------
  7. NAME
  8.      cbrcursor - cbase record cursor
  9.  
  10. SYNOPSIS
  11.      #include <cbase.h>
  12.  
  13.      void *cbrcursor(cbp)
  14.      cbase_t *cbp;
  15.  
  16. DESCRIPTION
  17.      cbrcursor is used to determine if the cursor for cbase cbp is
  18.      currently positioned on a record or on null.  If the cursor is
  19.      on null, NULL is returned.  If the cursor is positioned to a
  20.      record, a non-NULL value is returned.  If cbp does not point to a
  21.      valid open cbase, the results are undefined.  cbrcursor is a
  22.      macro.
  23.  
  24. SEE ALSO
  25.      cbkcursor, cbrecfirst, cbreclast, cbrecnext, cbrecprev.
  26.  
  27. ------------------------------------------------------------------------------*/
  28. /* cbrcursor is defined in cbase.h. */
  29.